home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Fvrml1import.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  188b  |  11 lines

  1. #ifndef _Fvrml1import_H_
  2. #define _Fvrml1import_H_
  3.  
  4. enum
  5. {
  6.     VRML1IMPORTFILTER_SCALE                = 1000,
  7.     VRML1IMPORTFILTER_OPTIMIZE        = 1001,
  8.     VRML1IMPORTFILTER_USENORMALS    = 1002
  9. };
  10.  
  11. #endif